setHintAvoidBackgroundClipping
open fun setHintAvoidBackgroundClipping(hintAvoidBackgroundClipping: Boolean): NotificationCompat.WearableExtender(source)
Deprecated
This method has no effect starting with Wear 2.0.
Set a hint that this notification's background should not be clipped if possible, and should instead be resized to fully display on the screen, retaining the aspect ratio of the image. This can be useful for images like barcodes or qr codes.
Return
this object for method chaining
Parameters
hintAvoidBackgroundClipping
true
to avoid clipping if possible.